-
Notifications
You must be signed in to change notification settings - Fork 188
PMM-14630: Use correct casing in navigation menu and Help Center #4838
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
dmitri-saricev-3pillargloball
merged 9 commits into
v3
from
PMM-14630-use-correct-casing-in-navigation-menu-and-help-center
Jan 14, 2026
Merged
PMM-14630: Use correct casing in navigation menu and Help Center #4838
dmitri-saricev-3pillargloball
merged 9 commits into
v3
from
PMM-14630-use-correct-casing-in-navigation-menu-and-help-center
Jan 14, 2026
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
matejkubinec
approved these changes
Dec 17, 2025
- Change button text: 'Check Updates Now' to 'Check updates now' - Change button text: 'PMM Home' to 'PMM home' - Update footer date format to 'Month Day, Year, HH:MM UTC' - Remove duplicate 'Last checked' text from update card - Improve consistency across Updates page components
1. navigation.constants.ts - fixed 3 items:
- 'CPU Utilization' → 'CPU utilization'
- 'Percona Advisors' → 'Advisors'
- 'Advisor Insights' → 'Advisor insights'
2. navigation.utils.ts - fixed 1 item:
- '${capitalize(category)} Advisors' → '${capitalize(category)} advisors'
- Now dynamically generates submenu items: "Security advisors", "Configuration advisors", etc.
3. alerting.messages.ts - all titles converted to sentence case:
- 'Fired Alerts' → 'Fired alerts'
- 'Alert Templates' → 'Alert templates'
- And others
4. product.messages.ts:
- 'Percona Advisors' → 'Advisors'
Based on feedback from Davi and Catalina, both instances should use "Last checked:" consistently throughout the application.
YashSartanpara1
approved these changes
Jan 14, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
https://perconadev.atlassian.net/browse/PMM-14630
results:






Link to the Feature Build:
FB
Percona-Lab/pmm-submodules#4152
https://pmm.cd.percona.com/blue/organizations/jenkins/pmm3-submodules/detail/pmm3-submodules/2067/pipeline/
If this PR adds, removes or alters one or more API endpoints, please review and add or update the relevant API documentation as well:
If this PR is related to some other PRs in this or other repositories, please provide links to those PRs: